From: Juanma Barranquero Date: Sun, 6 Jun 2004 21:42:13 +0000 (+0000) Subject: (help-argument-name): Inherit from italic face only if the frame X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22118 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8d7b84983fb0dbfbb98bcb2e0a2db8f91572e51e;p=emacs.git (help-argument-name): Inherit from italic face only if the frame supports it. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index eb15bc7726f..e534c6998a7 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -238,7 +238,7 @@ KIND should be `var' for a variable or `subr' for a subroutine." file))))) ;;;###autoload -(defface help-argument-name '((t :inherit italic)) +(defface help-argument-name '((((supports :slant italic)) :inherit italic)) "Face to highlight argument names in *Help* buffers." :group 'help)